projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e4aaba
)
trayicon: Use new gdk_window_set_background_pattern() API
author
Benjamin Otte
<otte@redhat.com>
Sun, 15 Aug 2010 12:35:48 +0000
(14:35 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Sun, 26 Sep 2010 13:03:00 +0000
(15:03 +0200)
gtk/gtktrayicon-x11.c
patch
|
blob
|
history
diff --git
a/gtk/gtktrayicon-x11.c
b/gtk/gtktrayicon-x11.c
index f055e78fe4e94b4c094f8b7ab0611a029416d90e..107ae83cf905518e59206949370c626de043c4c4 100644
(file)
--- a/
gtk/gtktrayicon-x11.c
+++ b/
gtk/gtktrayicon-x11.c
@@
-871,7
+871,7
@@
gtk_tray_icon_realize (GtkWidget *widget)
else
{
/* Set a parent-relative background pixmap */
- gdk_window_set_back
_pixmap (window, NULL, TRUE
);
+ gdk_window_set_back
ground_pattern (window, NULL
);
}
GTK_NOTE (PLUGSOCKET,